home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 2924.ZIP / DMLXREF.ARC / XREF.DOC < prev    next >
Encoding:
Text File  |  1988-12-28  |  1.7 KB  |  47 lines

  1. (********************  XREF PROGRAM USAGE DOCUMENTATION **************************
  2.  
  3.         RESTRICTIONS:
  4.           1) Only one level of include nesting supported
  5.           2) Insists on ^Z file text source file terminator
  6.  
  7.         USAGE:
  8.           XREF  TextFileName  OutputFileName  PrinterType LangType
  9.  
  10.           * If any parameter is missing, or invalid, XREF will prompt for them 
  11.           * If nothing is entered for a prompt (other than enter) the program 
  12.             will exit 
  13.           * If Scroll Lock is OFF, include files will not be processed
  14.           * Supports Read Only Files
  15.           * Exits if include files can't be found, or nested too deeply
  16.           * Exits and closes output files on Ctrl-Break
  17.           * Printer Type to set up compressed print (17 cpi)
  18.           * Language Type for different reserved words and Include file 
  19.             handling 
  20.  
  21.           PrinterType is:
  22.             I  - IBM graphics
  23.             L  - HP Laser
  24.             D  - DataSouth
  25.  
  26.           LangType is:
  27.             T  - Turbo Pascal
  28.             M  - Micosoft Pascal
  29.  
  30.         EXAMPLES:
  31.           XREF DML.PAS  OUT1.OUT I T
  32.           XREF XREF.PAS OUT2.OUT L T
  33.  
  34.         DOT COMMANDS:
  35.           {.xx} where xx is:
  36.           PA     - Hard page break
  37.           CP nn  - Conditional page break if < than nn lines remain on page
  38.           PO nn  - Set Left margin ( for offsetting three hole punch paper )
  39.           L-     - Turn listing off
  40.           L+     - Turn listing on
  41.           PL nn  - Set page length ( default is 52 )
  42.           HE ss  - Header line string
  43.           FO ss  - Footer line string
  44.  
  45. ****************************************************************************)
  46. 
  47.